#include <BustaModelPosition.h>
Public Member Functions | |
BustaModelPosition () | |
Constructor. | |
BustaModelPosition (int x, int y) | |
Constructor. | |
~BustaModelPosition () | |
Destructor. | |
int | getX () |
Gets x position. | |
int | getY () |
gets y position | |
void | setX (int x) |
sets x position | |
void | setY (int y) |
sets y position |
Contains x and y coordinates for representing a board position
|
Constructor. Initializes variables |
|
Constructor. Initializes variables |
|
Destructor. Destructor |
|
Gets x position. Gets x position |
|
gets y position gets y position |
|
sets x position sets x position |
|
sets y position sets y position |